|
Log4j 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpl.psnc.expres.remote.protocol.ChunkInfo
public class ChunkInfo
ChunkInfo class - contains information about a chunk
| Constructor Summary | |
|---|---|
ChunkInfo()
|
|
| Method Summary | |
|---|---|
long |
getChunkCount()
Get number of chunks in the current experiment |
java.lang.String |
getChunkEndTime()
Get value of field: chunkEndTime |
long |
getChunkId()
Get identifier of a data chunk - chunks are numbered starting from 0 |
java.lang.String |
getChunkLocation()
Get value of field: chunkLocation |
long |
getChunkSize()
Get a size of a single data chunk |
java.lang.String |
getChunkStartTime()
Get value of field: chunkStartTime |
java.lang.String |
getTelescopeAbbr()
Get value of field: telescopeAbbr |
void |
setChunkCount(long chunkCount)
Set value of field: chunkCount |
void |
setChunkEndTime(java.lang.String chunkEndTime)
Set value of field: chunkEndTime |
void |
setChunkId(long chunkId)
Set value of field: chunkId |
void |
setChunkLocation(java.lang.String chunkLocation)
Set value of field: chunkLocation |
void |
setChunkSize(long chunkSize)
Set value of field: chunkSize |
void |
setChunkStartTime(java.lang.String chunkStartTime)
Set value of field: chunkStartTime |
void |
setTelescopeAbbr(java.lang.String telescopeAbbr)
Set value of field: telescopeAbbr |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChunkInfo()
| Method Detail |
|---|
public long getChunkCount()
public java.lang.String getChunkEndTime()
public long getChunkId()
public java.lang.String getChunkLocation()
public long getChunkSize()
public java.lang.String getChunkStartTime()
public java.lang.String getTelescopeAbbr()
public void setChunkCount(long chunkCount)
chunkCount - the chunkCount to setpublic void setChunkEndTime(java.lang.String chunkEndTime)
chunkEndTime - the chunkEndTime to setpublic void setChunkId(long chunkId)
chunkId - the chunkId to setpublic void setChunkLocation(java.lang.String chunkLocation)
chunkLocation - the chunkLocation to setpublic void setChunkSize(long chunkSize)
chunkSize - the chunkSize to setpublic void setChunkStartTime(java.lang.String chunkStartTime)
chunkStartTime - the chunkStartTime to setpublic void setTelescopeAbbr(java.lang.String telescopeAbbr)
telescopeAbbr - the telescopeAbbr to set
|
Log4j 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||